remove unused variable.
authorManish Singh <yosh@gimp.org>
Thu, 16 Jun 2005 22:35:45 +0000 (22:35 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 16 Jun 2005 22:35:45 +0000 (22:35 +0000)
commitbe53636ec1c3507e079ffd22af38afb2346a3681
tree130a3f39978eeeb829d217e5904c2fc2d19641ac
parent2ee17f48758dd18eecaf1ebfb9b0f284f2b8a001
remove unused variable.

Thu Jun 16 15:33:42 2005  Manish Singh  <yosh@gimp.org>

        * gdk/x11/gdkcursor-x11.c (update_cursor): remove unused variable.

        * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_get_cursor): use
        g_return_val_if_fail.

        * gtk/gtkdnd.c (gtk_drag_get_cursor): initialize hot_x and hot_y
        for all cases.

        * gtk/gtkfilechooserdefault.c (button_new): gtk_button_set_image
        takes a GtkWidget, not a GtkImage.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/x11/gdkcursor-x11.c
gdk/x11/gdkwindow-x11.c
gtk/gtkdnd.c
gtk/gtkfilechooserdefault.c